home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 11: TSX-11 / Linux Cubed Series 11 - TSX-11 Vol 1.iso / usr.bin / octave.iaf < prev    next >
Text File  |  1996-11-30  |  1KB  |  27 lines

  1. Title:        Octave
  2. Version:    1.0
  3. Description:    Octave is a high-level language, primarily intended
  4.         for numerical computations.  It provides a convenient
  5.         command line interface very similar to Matlab[tm] for
  6.         solving linear and nonlinear problems numerically, and
  7.         for plotting the results (using gnuplot).
  8.             Octave can do arithmetic for real and complex
  9.         scalars and matrices, solve sets of nonlinear
  10.         algebraic equations, integrate functions over finite
  11.         and infinite intervals, and integrate systems of
  12.         ordinary differential and differential-algebraic
  13.         equations.
  14.             The underlying numerical solvers are currently
  15.         standard Fortran ones like Lapack, Linpack, Odepack,
  16.         the Blas, etc., packaged in a library of C++ classes.
  17. Author:        John W. Eaton <jwe@che.utexas.edu>
  18. Maintained-by:    The author.  Version 1.0 binary compiled and uploaded
  19.         by Phil Johnson <johnsonp@nicco.sscnet.ucla.edu>.
  20. Maintained-at:    ftp.che.utexas.edu
  21. Mailing list:    help-octave@che.utexas.edu (discussion)
  22.         bug-octave@che.utexas.edu (bug reports)
  23. Platforms:    Most Unix-like systems that have a working g++/libg++.
  24.         For graphics, Octave also requires gnuplot.
  25. Copying-Policy: Freely Redistributable (GNU Public Licence)
  26. Keywords:    matlab, octave, matrix, mathematics, gnuplot 
  27.